home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / tutor / dosguide.exe / HELPDOS.ZIP / TERMSS-Z.HLP < prev    next >
Text File  |  1985-09-03  |  5KB  |  88 lines

  1. #Sector:  An area of disk storage used by DOS to store data and programs.  In
  2. DOS Version 2, there are nine 512 byte sectors per track.
  3.  
  4. See also TRACK and CLUSTER.
  5. #Serial Printer Interface:  An interface to a printer wherein the eight bits
  6. representing a character are sent one at a time.  This is distinguished from a
  7. Parallel Printer Interface, which sends all eight bits of a character at one
  8. time.
  9. #Single-Drive Operation:  Refers to using a computer that has only one diskette
  10. drive with commands that work with two diskettes.  For example, the DISKCOPY
  11. command, which copies the entire contents of one diskette to another, requires
  12. two diskettes, the Source and the Target.  DOS can do this using a single drive
  13. by alternately using it as the Source and Target.  DOS prompts you at the
  14. appropriate time to switch diskettes.
  15. #Source:  An original diskette or file. The terms Source and Target are often
  16. used together.  Source indicates the starting point, while Target indicates the
  17. destination.  For example, with the DISKCOPY command, which copies the entire
  18. contents of one diskette to another, the original diskette is called the Source
  19. and the diskette on which the original will be copied is called the Target.
  20.  
  21. See also TARGET.
  22. #Subdirectory:  A directory that lies within another directory.  DOS allows you
  23. to create directories in a hierarchical (tree) manner.  The highest level
  24. directory is called the "root" directory.  The root directory is created by DOS
  25. when a disk is formatted.  You may create directories within the root directory,
  26. directories within those directories, and so on.
  27.  
  28. For example, you could create a directory called BUDGET within the root
  29. directory.  BUDGET would be a subdirectory of the root directory.  You might
  30. then create a directory called DATA within BUDGET.  DATA would be a subdirectory
  31. of BUDGET.
  32.  
  33. See also DIRECTORY, DIRECTORY PATH.
  34. #System Configuration:  DOS has system configuration settings which are assigned
  35. default values when DOS is started.  Some default values may be overridden by
  36. placing new settings in a special file, CONFIG.SYS.  When DOS is started, it
  37. looks for a file named CONFIG.SYS, and if found, activates the settings
  38. contained in the file.
  39.  
  40. See CONFIG in the ADVANCED menu for DOS configuration settings.
  41. #System Date:  The date known to DOS.  When DOS is started, it prompts
  42. you for the time and date.  DOS then keeps track of the current time and date
  43. and makes them available to commands and application programs.
  44.  
  45. The DATE command shows the system date and lets you change it.
  46. #System Environment:  A series of names and parameters stored in memory by DOS
  47. and made available to commands and application programs.
  48.  
  49. The SET command places (and removes) the names and parameters in the command
  50. processor's environment.
  51. #System Prompt:  The characters displayed by DOS at the beginning of the command
  52. line.  The default prompt is "d>", where "d" is the default drive letter.  You
  53. may change the form of the system prompt with the PROMPT command.
  54. #System Reset:  Restarting (rebooting) DOS.  This is done by holding down the
  55. CTRL key, the ALT key and then pressing the DEL key.  This restarts DOS without
  56. turning the computer's power off and on.
  57. #System Time:  The time of day known to DOS.  When DOS is started, it prompts
  58. you for the time and date.  DOS then keeps track of the current time and date
  59. and makes them available to commands and application programs.
  60.  
  61. The TIME command shows the system time and lets you change it.
  62. #Target:  The destination diskette or files.  Distinguished from the
  63. original diskette or files, called the Source.  For example, in the DISKCOPY
  64. command, which copies the entire contents of one diskette to another, the
  65. original diskette is called the Source, and the diskette on which the original
  66. will be copied is called the Target diskette.
  67.  
  68. See also SOURCE.
  69. #Timeout:  An error condition raised by DOS when a device is not ready for use
  70. within a certain period of time.  For example, if you try to print information,
  71. but the printer is not turned on, DOS will abort the print request after a
  72. certain amount of time has elapsed.  This is a timeout error with the printer.
  73. #Track:  A circle on a disk where data is stored.  DOS Version 2 uses 40 tracks
  74. (concentric circles) on each side of the diskette.  Each track is divided into
  75. nine areas, called sectors.  Each sector contains of 512 bytes (characters) of
  76. information.
  77.  
  78. See also CLUSTER and SECTOR.
  79. #Virtual Disk  (See RAM Disk)
  80. #Volume Label:  A character string assigned to a disk to provide identification.
  81. The volume label has no significance to DOS.  Its purpose is to allow you to
  82. identify your disks.  A volume label may have up to eleven characters.
  83.  
  84. The VOL command displays a volume label.  The LABEL command (DOS Version 3)
  85. creates, changes and deletes a volume label.  In DOS Version 2, a label may
  86. be created only when the disk is formatted (via the FORMAT command).
  87. #Wildcard  (See Global Filename Characters)
  88.